home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19941221-19950208
/
000445_news@columbia.edu_Tue Feb 7 13:43:54 1995.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07709
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 7 Feb 1995 08:43:56 -0500
Received: by apakabar.cc.columbia.edu id AA13861
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 7 Feb 1995 08:43:56 -0500
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Modem init. in OS/2 C-Kermit
Date: 7 Feb 1995 13:43:54 GMT
Organization: Columbia University
Lines: 23
Message-Id: <3h7teq$dh3@apakabar.cc.columbia.edu>
References: <3h6ndd$8em@masala.cc.uh.edu>
Nntp-Posting-Host: watsun.cc.columbia.edu
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <3h6ndd$8em@masala.cc.uh.edu>,
Y. Wang <yxw11570@Bayou.UH.EDU> wrote:
>I have problem with initializing the modem in OS/2 C-Kermit 5A. After I
>use the command: set dial init ATXXXXX, where XXXXX denotes a string of
>legal AT command, I issued: dial xxxxxxx, where xxxxxxx is the phone
>number. I got the following message: ATXXXXX. Modem does not response,
>retry... (or something like that) after C-Kermit tried three time, it
>hang up. What's wrong?
>
The default port is COM1. If your modem is on a different port, then
you'll have to tell Kermit to "set port 2" (or whatever). You also have
to tell Kermit to use a speed that the modem can understand. For example,
if I have my speed set to 57600, my Hayes 2400 will not respond to AT
commands.
Please read the section on troubleshooting DIAL commands in the manual,
"Using C-Kermit". There are a surprising number of things that can go
wrong.
If that doesn't help, send a more detailed description of the problem
(what kind of modem you have, what XXXXX is, etc) to kermit@columbia.edu.
- Frank